loginresponse
Class Failure

java.lang.Object
  extended by loginresponse.Failure

public class Failure
extends java.lang.Object


Field Summary
protected  Error error
           
 
Constructor Summary
Failure()
           
 
Method Summary
 Error getError()
          Gets the value of the error property.
 void setError(Error value)
          Sets the value of the error property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

error

protected Error error
Constructor Detail

Failure

public Failure()
Method Detail

getError

public Error getError()
Gets the value of the error property.

Returns:
possible object is Error

setError

public void setError(Error value)
Sets the value of the error property.

Parameters:
value - allowed object is Error